NevronOpenVision
Nevron.Nov.Grid Namespace / NRowValueGridRule<TGrid> Class / RowValue Property
In This Topic
    RowValue Property (NRowValueGridRule<TGrid>)
    In This Topic
    Gets or sets the row value that this rule must use. If not specified the rule will try to use a row value provided by the associated column. You need to set this property only if the grid rule is not associated with a column (i.e. Column is null), or want to explicitly change the row value on which the rule operates (for example sort, group or filter by formula).
    Syntax
    public NRowValue RowValue {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also